home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 7WBT85 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  908 b   |  22 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import java.awt.event.KeyAdapter;
  4. import java.awt.event.KeyEvent;
  5.  
  6. public class BasicComboPopup$InvocationKeyListener extends KeyAdapter {
  7.    // $FF: synthetic field
  8.    BasicComboPopup this$0;
  9.  
  10.    public void keyReleased(KeyEvent e) {
  11.       if (e.getKeyCode() == 32) {
  12.          this.this$0.togglePopup();
  13.       }
  14.  
  15.    }
  16.  
  17.    // $FF: synthetic method
  18.    public BasicComboPopup$InvocationKeyListener(BasicComboPopup this$0) {
  19.       this.this$0 = this$0;
  20.    }
  21. }
  22.